type vendor/golang.org/x/net/idna.labelError
17 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L320: type labelError struct{ label, code_ string }
idna10.0.0.go#L322: func (e labelError) code() string { return e.code_ }
idna10.0.0.go#L323: func (e labelError) Error() string {
idna10.0.0.go#L351: err = &labelError{s, "A4"}
idna10.0.0.go#L360: err = &labelError{s, "A4"}
idna10.0.0.go#L391: err = &labelError{s, "B"}
idna10.0.0.go#L409: err = &labelError{label, "A4"}
idna10.0.0.go#L421: err = &labelError{s, "A4"}
idna10.0.0.go#L439: return s, false, &labelError{s, "V1"}
idna10.0.0.go#L628: return &labelError{s, "V1"}
idna10.0.0.go#L638: return &labelError{s, "V6"}
idna10.0.0.go#L712: return &labelError{s, "A4"}
idna10.0.0.go#L718: return &labelError{s, "V2"}
idna10.0.0.go#L721: return &labelError{s, "V3"}
idna10.0.0.go#L732: return &labelError{s, "V5"}
idna10.0.0.go#L757: return &labelError{s, "C"}
punycode.go#L31: func punyError(s string) error { return &labelError{s, "A3"} }
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |